home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_4503.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  146 lines

  1. -- card: 4503 from stack: in
  2. -- bmap block id: 4785
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Optical
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   hide card field "Message Center 2"
  10.   show card field "Message Center"
  11.   hide card button "Go Back"
  12.   show card button "Next ..."
  13. end openCard
  14.  
  15. on closeCard
  16.   hide card field "Cover All"
  17.   hide card button "Self-Check"
  18.   hide card field "Message Center 2"
  19.   show card field "Message Center"
  20.   hide card button "Go Back"
  21.   show card button "Next ..."
  22.   set hilite of background button "The System" to false
  23.   set hilite of background button "How It Works" to true
  24.   set hilite of background button "Scan. Concepts" to false
  25.   set hilite of background button "File Formats" to false
  26. end closeCard
  27.  
  28.  
  29.  
  30. -- part 1 (field)
  31. -- low flags: 01
  32. -- high flags: 2004
  33. -- rect: left=14 top=77 right=252 bottom=203
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Message Center
  42.  
  43.  
  44. -- part 2 (button)
  45. -- low flags: 00
  46. -- high flags: A003
  47. -- rect: left=70 top=283 right=304 bottom=140
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Next ...
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   hide card field "Message Center"
  59.   show card field "Message Center 2"
  60.   show card button "Go Back"
  61.   hide card button "Next ..."
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 3 (button)
  67. -- low flags: 80
  68. -- high flags: A003
  69. -- rect: left=70 top=283 right=304 bottom=140
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Go Back
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   hide card field "Message Center 2"
  81.   show card field "Message Center"
  82.   hide card button "Go Back"
  83.   show card button "Next ..."
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 4 (field)
  89. -- low flags: 81
  90. -- high flags: 2004
  91. -- rect: left=14 top=77 right=252 bottom=203
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 3
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Message Center 2
  100.  
  101.  
  102. -- part 5 (field)
  103. -- low flags: 81
  104. -- high flags: 0001
  105. -- rect: left=23 top=272 right=310 bottom=510
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 3
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Cover All
  114.  
  115.  
  116. -- part 6 (button)
  117. -- low flags: 80
  118. -- high flags: A004
  119. -- rect: left=1 top=315 right=340 bottom=511
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Self-Check
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   visual iris close
  131.   hide card button "Self-Check"
  132.   hide card field "Cover All"
  133.   pop card
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part contents for card part 1
  139. ----- text -----
  140. The optical mechanism contains the lamp, lens, mirrors and the charge coupled device board (CCD).
  141. The optical mechanism moves beneath the original on the scanner glass, passing a flourescent lamp along the original, one line at a time.  
  142.  
  143. -- part contents for card part 4
  144. ----- text -----
  145. Analog signals created by this process are captured by the charge coupled device (CCD).
  146.